WASD: move camera
+-: zoom camera (still looking for best way to do mouse scroller, my graphics/input library leaves something to the imagination)
right-click: drag camera around

ctrl-c/v/x: copy paste cut whole objects.





--------------
SIDE TOOL BAR:
--------------

select: select objects and their geometry

	     LEFT click: select / drag things
	ctrl LEFT click: rotate things
	alt  LEFT click: scale things
	Shift: select additional objects.

	Edit Vertex Mode: drag vertices rather than whole object.


Create: create objects based on parameters in the create menu. (no animation support).

	CIRCLE/AABB, drag to create
	POLYGON,     left click to create points, right click to complete (MUST be concave in shape).


Image: select IMAGES and their UVs.

	Edit UV Mode: Drag texture UV's rather than image.
	Drag UV Mode: means texture  UV's stay in their place (I guess inversly named.. it makes sense from a coding perspective).

	

Geo: Button that shouldn't exist anymore.







--------------
TOP TOOL BAR:
--------------
Edit Menu: everything works
View Menu: don't push that top button there, everything else works.






Important Notes:
-don't do anythign with "Type" in Create Menu
- each GameObject you create has both GEOMETRY and an IMAGE associated with them, each able to be moved independently.